batch file transfer protocol - significado y definición. Qué es batch file transfer protocol
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es batch file transfer protocol - definición

NETWORK PROTOCOL FOR FILE TRANSFER
Easy File Transfer Protocol; Ether File Transfer Protocol; Ethernet File Transfer Protocol; Experimental File Transfer Protocol

SSH File Transfer Protocol         
NETWORK PROTOCOL THAT PROVIDES FILE ACCESS, FILE TRANSFER, AND FILE MANAGEMENT FUNCTIONALITIES OVER ANY RELIABLE DATA STREAM, DESIGNED AS AN EXTENSION OF SSH 2.0
Sftp://; Sftp:; SSHFTP; SSH file transfer protocol
<networking> (SFTP) A version of File Transfer Protocol (FTP) using an encrypted network connection provided by Secure Shell (SSH), usually SSH 2. The SFTP protocol allows for a range of operations on remote files, making it more like a remote file system protocol. SFTP clients can resume interrupted transfers, get directory listings and remove remote files. SFTP has largely replaced Secure Copy (SCP). {IETF spec (http://ietf.org/internet-drafts/draft-ietf-secsh-filexfer-13.txt)}. (2006-09-28)
batch file         
SCRIPT FILE THAT EXECUTES DOS OR WINDOWS COMMAND PROMPT COMMANDSCOLOR A
Microsoft operating system batch programming; .bat; Batch files; DOS batch file; Batch script; BAT file; Microsoft command line script; Batch programming language; Batch language; Batch programming; MS-DOS batch files; Windows batch file; BAT (file format); CMD (file format); BTM (file format); Batch file programming; Batch coding; Windows NT Command Script; .btm; Replacement variable; Replacement variable (computing); Replacement variable (DOS); Replacement parameter; Replacement parameter (computing); Replacement parameter (DOS); Batch file parameter; Batch file parameter (DOS); Batch file parameter (computing); Replaceable parameter (DOS); Replaceable parameter (computing); Replaceable parameter; Bat file; WINSTART.BAT; Windows batch files; Batchfile
¦ noun a computer file containing a list of instructions to be carried out in turn.
EFTP         
EFTP was a very simple file transfer protocol developed as part of the PARC Universal Packet protocol suite at Xerox PARC in the late 1970s. It was the inspiration for the Trivial File Transfer Protocol (TFTP) in the TCP/IP suite.

Wikipedia

EFTP

EFTP was a very simple file transfer protocol developed as part of the PARC Universal Packet protocol suite at Xerox PARC in the late 1970s. It was the inspiration for the Trivial File Transfer Protocol (TFTP) in the TCP/IP suite.

As with its descendant, TFTP, it did not use the reliable byte stream protocol of the suite (Byte Stream Protocol in the case of PUP); rather, it ran directly on top of the basic internetwork layer. (An early version of EFTP ran on top of bare Ethernet packets.) Also, like TFTP, it was a simple lock-step protocol; there was only ever one packet outstanding at any time, and every packet received by either party caused one packet to be sent in reply (until the termination of the transfer). Unlike TFTP, it made no provisions for sending the file-name as part of transfers, so it could only be used either in places that didn't need a file name (as with spooling), or in conjunction with another protocol that provided the file-name (as in booting).

Since EFTP was so simple, it was easy to implement in a very small amount of memory, an important consideration at that time. It was used for booting Xerox Altos over the Ethernet, and also to send files to the print spoolers of laser printers.

Various expansions of the initialism EFTP have been given, including Easy File Transfer Protocol, Ether File Transfer Protocol, and Experimental File Transfer Protocol.